bearing property

Future<double?> bearing

Implementation

Future<double?> get bearing {
  return kMethodChannel.invokeMethod(
      'android.location.Location::getBearing', {'__this__': this});
}