getCustomerCookie method

  1. @override
Future<String> getCustomerCookie()

Get cookie of the current customer.

Implementation

@override
Future<String> getCustomerCookie() async {
  throw UnimplementedError();
}