disableForegroundDispatch method

Future<void> disableForegroundDispatch()

Releases the claim made by enableForegroundDispatch.

Implementation

Future<void> disableForegroundDispatch() => androidApi.disableForegroundDispatch();