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