close method

Future<void> close()

Implementation

Future<void> close() {
  return methodChannel.invokeMethod<void>('close');
}