@override Future<String?> getCustomerId() async { final id = await methodChannel.invokeMethod<String>('getCustomerId'); return id; }