setDebugLogging method

Future<void> setDebugLogging(
  1. bool enable
)

Implementation

Future<void> setDebugLogging(bool enable) async {
  _otplessPlatform.setDebugLogging(enable);
}