static Future<String> getVersion() async { return await _channel.invokeMethod<String>("getVersion") ?? "unknown"; }