@override Future<void> startCollectSamples() async { final methodName = EyedidMethodName.startCollectSamples.name; await methodChannel.invokeMethod(methodName); }