create static method

dynamic create()

Implementation

static create() async {
  await _channel.invokeMethod('create');
}