forceSendOnce static method

Future<void> forceSendOnce()

Force enable sending logs and crashes to Bugfender, only for this session

Implementation

static Future<void> forceSendOnce() =>
    _flutterBugfenderInterface.forceSendOnce();