init method

Implementation

FilePickerState init() {
  _channel.invokeMethod<void>('init');
  return _filePickerState;
}