Future<bool> androidRemoveNoExistsAssets() async { final bool? result = await _channel.invokeMethod( PMConstants.mRemoveNoExistsAssets, ); return result == true; }