enableDebug method

Future<void> enableDebug()

This enable debug logging for Teads inApp SDK.

Implementation

Future<void> enableDebug() async {
  _mapValue = await _channel.invokeMethod('enableDebug');
}