static Future<dynamic> fetchUserDetails(String userid) async { return await _channel.invokeMethod('fetchUserDetails', userid); }