enableLogger static method Null safety

Future<Function> enableLogger()

Custom logger to get logs from the SDK. This must be called from within a State.

Implementation

static Future<Function> enableLogger() async {
  return await enablePrinting();
}