@override Future<bool> startRegistration() async { final ok = await methodChannel.invokeMethod<bool>('startRegistration'); return ok ?? false; }