disableForegroundDispatch method
Releases the claim made by enableForegroundDispatch.
Implementation
Future<void> disableForegroundDispatch() => androidApi.disableForegroundDispatch();
Releases the claim made by enableForegroundDispatch.
Future<void> disableForegroundDispatch() => androidApi.disableForegroundDispatch();