Gets the SDK version from the native platform.
@override Future<String?> getSdkVersion() async { final v = await _channel.invokeMethod('getSdkVersion'); return v?.toString(); }