reLoad method

void reLoad()

Implementation

void reLoad() async {
  _channel.invokeMethod('reload');
}