@override Future<dynamic> setUserId(String userId) { return methodChannel.invokeMethod(SET_USER_ID, { 'userId': userId }); }