getShowIntroMessage static method

Future<bool?> getShowIntroMessage()

Checks if intro message is shown on start.

Implementation

static Future<bool?> getShowIntroMessage() async {
  return await _channel.invokeMethod('getShowIntroMessage');
}