debugUnlockDelegate abstract method

bool debugUnlockDelegate(
  1. BuildContext context
)

This is called by PlatformMenuBar when it is disposed, so that another one can take over.

If the debugUnlockDelegate successfully unlocks the delegate, it will return true.

See also:

Implementation

bool debugUnlockDelegate(BuildContext context);