Initialize scanning API.
@override Future<bool> initialize() async => (await _channel.invokeMethod<bool>('initialize')) ?? false;