getInstallation static method

Future<Installation> getInstallation()

Implementation

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