user static method

Future<Map?> user()

Implementation

static Future<Map?> user() async {
  return await _channel.invokeMethod('user');
}