close method

dynamic close()

Implementation

close() async {
  await platform.invokeMethod('close', []);
}