useLightEndScreen method

Future<void> useLightEndScreen()

Android only. This will allow Teads inApp SDK to display endscreen with light color

Implementation

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