Future<int> removeRemoteView(String userId) async { int code = await _channel.invokeMethod('removeRemoteView', userId) ?? -1; return code; }