static Future<String?> get platformTest async { final String? version = await _channel.invokeMethod('getTest'); return version; }