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