Function supabase_client_free

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn supabase_client_free(
    client: *mut SupabaseClient,
)
Expand description

Free a Supabase client

ยงSafety

client must be a valid pointer returned by supabase_client_new