pushNotificationsEnabled method

Future<void> pushNotificationsEnabled(
  1. bool enabled
)

Implementation

Future<void> pushNotificationsEnabled(bool enabled) async {
  await _channel.invokeMethod(
      'FlowsenseSDK#pushNotificationsEnabled', {'enabled': enabled});
}