enableLocation method

Future<void> enableLocation()

Android only. This will enable location for Teads inApp SDK

Implementation

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