static Future<int> getShieldCode() async { int? shieldCode = await _channel .invokeMethod<int>('getShieldCode'); return shieldCode ?? 0; }