@override Future<String?> getPlatformVersion() async { await _ensureInitialized(); return rust_client.getPlatformVersion(); }