endLogo static method

Future<void> endLogo()

Implementation

static Future<void> endLogo() async {
  await _channel.invokeMethod('endLogo');
}