static Future<Map<String, dynamic>?> getProfileVars() async { return _channel .invokeMapMethod<String, dynamic>('getProfileVars'); }