static Future<dynamic> setUserId(String userId) async { await _channel.invokeMethod('setUserId', { 'userId': userId }); }