getLocationStream method

Stream<Map<String, dynamic>> getLocationStream()

Get location stream - matches your React Native addLocationListener

Implementation

Stream<Map<String, dynamic>> getLocationStream() {
  throw UnimplementedError('getLocationStream() has not been implemented.');
}