init method

Future init()

初始化

Implementation

Future init() {
  return _locationChannel.invokeMethod('location#init');
}