@override void setAppUser(String userId, String userLevel) { methodChannel.invokeMethod('setAppUser', {'userId': userId, 'userLevel' : userLevel}); }