fetchInstallation static method

Future<Installation> fetchInstallation()

Implementation

static Future<Installation> fetchInstallation() async =>
    Installation.fromJson(jsonDecode(await _channel.invokeMethod('fetchInstallation')));