Future<bool> isSilentCommand(Map notification) async { return await backgroundMethodChannel.invokeMethod( 'Notifications/isSilentCommand', {'notification': notification}); }