static Future<String> get safeCardId async { final String safeCardId = await _channel.invokeMethod('getSafeCardId'); return safeCardId; }