restart method

Future<void> restart()

Implementation

Future<void> restart() async {
  try {
    await methodChannel.invokeMethod(Constant.METHOD_RESTART);
  } on PlatformException catch (_) {}
}