gap method

Future<void> gap(
  1. int gap
)

Implementation

Future<void> gap(int gap) async {
  await methodChannel.invokeMethod<void>('gap');
}