startTransection static method

Future<void> startTransection()

Starts a transaction

Implementation

static Future<void> startTransection() async {
  await _channel.invokeMethod(commandStartTrans);
}