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