enableDebugLogging method

  1. @override
void enableDebugLogging()
override

Implementation

@override
void enableDebugLogging() async {
  _send((DiveComputerMethod.enableDebugLogging, []));
}