static Future<String> getSdkVersion() async { return await _methodChannel.invokeMethod<String>('get_sdk_version') ?? 'unknown'; }